ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumnValue<T> Class
The type of the information.
Members

In This Topic
    DataGridColumnValue<T> Class
    In This Topic
    Contains extra information about a column.
    Object Model
    DataGridColumnValue<T> Class
    Syntax
    'Declaration
     
    
    Public Class DataGridColumnValue(Of T) 
    public class DataGridColumnValue<T> 
    Type Parameters
    T
    The type of the information.
    Inheritance Hierarchy

    System.Object
       C1.WPF.DataGrid.DataGridColumnValue<T>

    See Also